The class represents set of extensions to be edited with Microsoft Office.
Example
var sDocumentUrl = 'http://localhost:87654/myfile.rtf';
ITHit.WebDAV.Client.DocManager.IsMicrosoftOfficeDocument(sDocumentUrl); // false
ITHit.WebDAV.Client.DocManager.MsOfficeEditExtensions.Word.push('rtf');
ITHit.WebDAV.Client.DocManager.IsMicrosoftOfficeDocument(sDocumentUrl); // true
// Now .rtf file is opened with Microsoft Word.
Members
-
staticITHit.WebDAV.Client.MsOfficeEditExtensions.Accessarray
-
Array of file extensions which are opened with Microsoft Access.
-
staticITHit.WebDAV.Client.MsOfficeEditExtensions.Excelarray
-
Array of file extensions which are opened with Microsoft Excel.
-
staticITHit.WebDAV.Client.MsOfficeEditExtensions.Infopatharray
-
Array of file extensions which are opened with Microsoft Infopath.
-
staticITHit.WebDAV.Client.MsOfficeEditExtensions.Powerpointarray
-
Array of file extensions which are opened with Microsoft Powerpoint.
-
staticITHit.WebDAV.Client.MsOfficeEditExtensions.Projectarray
-
Array of file extensions which are opened with Microsoft Project.
-
staticITHit.WebDAV.Client.MsOfficeEditExtensions.Publisherarray
-
Array of file extensions which are opened with Microsoft Publisher.
-
staticITHit.WebDAV.Client.MsOfficeEditExtensions.Visioarray
-
Array of file extensions which are opened with Microsoft Visio.
-
staticITHit.WebDAV.Client.MsOfficeEditExtensions.Wordarray
-
Array of file extensions which are opened with Microsoft Word.